findByEmail

open override fun findByEmail(email: String): User?

Retrieves a user by their email.

Return

the user with the given email, or null if no user found

Parameters

email

the email of the user to retrieve